home *** CD-ROM | disk | FTP | other *** search
- on idle
- if rollOver(5) then
- go("1")
- end if
- if rollOver(6) then
- go("2")
- end if
- if rollOver(7) then
- go("3")
- end if
- if rollOver(8) then
- go("4")
- end if
- if rollOver(20) then
- set the castNum of sprite 20 to 50
- else
- set the castNum of sprite 20 to 49
- end if
- if rollOver(21) then
- set the ink of sprite 22 to 0
- else
- set the ink of sprite 22 to 39
- end if
- end
-
- on exitFrame
- if soundBusy(2) = 0 then
- sound playFile 2, "ONSIDE2.AIF"
- end if
- go(the frame + 1)
- end
-